@charset "utf-8";
/* CSS Document */

<style>
.boton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0078D7;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-family: Arial, sans-serif;
}

.boton:hover {
    background-color: #005A9E;
}
</style>